'Declaration
Public Function New( _ ByVal array() As T, _ ByVal offset As Integer, _ ByVal length As Integer _ )
'Usage
Dim array() As T Dim offset As Integer Dim length As Integer Dim instance As New ArrayPoolBufferSegment(Of T)(array, offset, length)
Parameters
- array
- offset
- length